Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfName Class / PdfName Constructor / PdfName Constructor(Byte[],Int32,Int32)
The byte array.
The offset in the value.
The length of the name.

In This Topic
    PdfName Constructor(Byte[],Int32,Int32)
    In This Topic
    Initializes a new instance of the PdfName class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As System.Byte, _
       ByVal offset As System.Integer, _
       ByVal length As System.Integer _
    )
    public PdfName( 
       System.byte[] value,
       System.int offset,
       System.int length
    )

    Parameters

    value
    The byte array.
    offset
    The offset in the value.
    length
    The length of the name.
    See Also